home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / tools / xanim / xfig / history < prev    next >
Text File  |  1995-11-26  |  4KB  |  89 lines

  1. 1.8b
  2.   Made the program work with MUI3.0+. It also accidentaly made it work with XSize.., but
  3.   this results in a conflict over the use of <ctrl> left mousebutton (zooming in xfig).
  4.   Removed the saving of 'unnamed.fig' when cancel is pressed in the filerequester.
  5.   Removed the input oddity of having to press 2 chars before both show up (after having
  6.   used a control key (shift/alt etc)).
  7.   Some other changes to the interface.
  8.  
  9. 1.8
  10.   In the 68000 version adding points to a line caused a crash. It seems that the optimizer
  11.   produces faulty code if the prototypes aren't correct when generating 68000 code.
  12.   Angle constraints wasn't activated when selected.
  13.   Changing zoom scale caused 2 redraws.
  14.   Some temp files were attempted to be written to 't:/'.
  15.   added #?.fig filter in load/save requester.
  16.   Dash length/Dot gap couldn't be set.
  17.   Postscript fonts off by one in output.
  18.   Changing text justification didn't. (Until one of the other options were changed)
  19.   Arc type didn't change when changing the entry in the edit window.
  20.   Editing closed interpolated splines caused the arrow window to show up.
  21.  
  22. 1.7
  23.   Improved upon the flip operation as it didn't redraw the region which the flip object left.
  24.   Command line arguments didn't work too well..
  25.   Thought about this env. var. x11home and couldn't find any reason for it not to be an assign.
  26.   (libx11: should containt rgb.txt and AmigaDefaults)
  27.  
  28. 1.6
  29.   Updated the program to the latest X11 version 3.1.4. (lots of improvements..)
  30.   Compressed images (.Z or .gz) are uncomressed with uncompress or gunzip.
  31.   In order to help GIF into obscurity it has been removed..and replaced with iff.
  32.   Added the xpm output format.
  33.   1 bitplane text/images didn't get the correct color in output to image-files.
  34.   Added support for datatypes loading of images.
  35.   Added dr2d import. (only outline)
  36.   Improved cursor handling.
  37.   Setenv's are gone (except 'X11HOME') and replaced with entries in AmigaDefaults.
  38.   Images/rotated text problems with gfx cards hopefully fixed.
  39.   Added a missing 'size' option in loading of images.
  40.   The background color now actually controls the background color..
  41.  
  42. 1.5
  43.   When cancel was pressed when saving the drawing was saved anyway as 'unnamed.fig'.
  44.   When exiting the current directory wasn't the one at startup.
  45.   File operations always started from 'ram:'.
  46.   Rotated text is now visible as text when moving.
  47.   'point position' would crash with 'any' selected. It has also been moved to 'other'.
  48.   'zoom scale' changed into a string gadget.
  49.   File requester ended up on workbench and not the current public screen.
  50.   The grid and side ruler almost worked properly..(but was in fact 0/1 pixel off)
  51.   Editing objects and changing to another object to edit didn't work.
  52.   Zooming didn't remove the old rulermarks.
  53.   Less clipping should make it more stable.
  54.   Right mousebutton in canvas is now always reserved for xfig. (makes zoom-out work)
  55.   Zooming of filled objects will turn off filling when the size excedes the size of
  56.   the drawing area. (instead of using a huge amount of chip mem)
  57.  
  58. 1.4
  59.   Saving works better (for those who can..)
  60.   Better handling of fonts.
  61.   A lot of clipping may have caused the program to freeze sometimes.
  62.   The grid what 1 pixel off and the sideruler marker was somewhat more off..
  63.   Arrow toggles in edit windows were missing.
  64.   Extreme sizing of canvas with filled objects improved somewhat.
  65.   Somewhat improved resource handling.
  66.   Better handling of images. Now ObtainBestPen is used inside the library when
  67.   there aren't any free colors left.
  68.   Accidentaly noticed the zoom icon when by pressing ctrl..and did some changes to
  69.   make it work.
  70.  
  71. 1.3
  72.   Another attempt at the resize problem..
  73.   Font now resizes propery.
  74.   Moving rulers with middle mousebutton now redraws the drawing canvas.
  75.   Added a redraw button for easier access.
  76.  
  77. 1.2
  78.   Also when middle mousebutton is usable is the menu disabled.
  79.   (needs right mousebutton if middlemousebutton doesn't exist)
  80.   unitbox activated.
  81.   Middle mousebutton now drags ruler.
  82.   markers were displayed outside the drawing canvas.
  83.   fonts wasn't handled wery well, still isn't..but improving..
  84.  
  85. 1.1
  86.   Fixed iconify problem.
  87.   Rearranged the edit vindow into more windows.
  88.  
  89. 1.0 First release